Ready

data class Ready(val id: String = "ready") : Event

Triggered when the layer is ready.

Constructors

Link copied to clipboard
constructor(id: String = "ready")

Properties

Link copied to clipboard
val id: String